home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / coe.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  91 b   |  9 lines

  1. #include <fcntl.h>
  2. #include "coe.h"
  3.  
  4. int coe(fd)
  5. int fd;
  6. {
  7.   return fcntl(fd,F_SETFD,1);
  8. }
  9.